home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / wmapdemo / data.z / ADJGRID.DFM / ADJGRID.txt
Text File  |  1996-03-06  |  2KB  |  87 lines

  1. object GridDlg: TGridDlg
  2.   Left = 263
  3.   Top = 115
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Adjust Grids'
  7.   ClientHeight = 155
  8.   ClientWidth = 317
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 300
  20.     Height = 97
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 37
  26.     Top = 29
  27.     Width = 162
  28.     Height = 13
  29.     Caption = 'Horizontal Gap (in Degrees):'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 38
  33.     Top = 59
  34.     Width = 148
  35.     Height = 13
  36.     Caption = 'Vertical Gap (in Degrees):'
  37.   end
  38.   object OKBtn: TBitBtn
  39.     Left = 64
  40.     Top = 115
  41.     Width = 77
  42.     Height = 27
  43.     TabOrder = 0
  44.     OnClick = OKBtnClick
  45.     Kind = bkOK
  46.     Margin = 2
  47.     Spacing = -1
  48.     IsControl = True
  49.   end
  50.   object CancelBtn: TBitBtn
  51.     Left = 148
  52.     Top = 115
  53.     Width = 77
  54.     Height = 27
  55.     TabOrder = 1
  56.     Kind = bkCancel
  57.     Margin = 2
  58.     Spacing = -1
  59.     IsControl = True
  60.   end
  61.   object HelpBtn: TBitBtn
  62.     Left = 232
  63.     Top = 115
  64.     Width = 77
  65.     Height = 27
  66.     TabOrder = 2
  67.     Kind = bkHelp
  68.     Margin = 2
  69.     Spacing = -1
  70.     IsControl = True
  71.   end
  72.   object Edit1: TEdit
  73.     Left = 203
  74.     Top = 27
  75.     Width = 57
  76.     Height = 20
  77.     TabOrder = 3
  78.   end
  79.   object Edit2: TEdit
  80.     Left = 203
  81.     Top = 56
  82.     Width = 57
  83.     Height = 20
  84.     TabOrder = 4
  85.   end
  86. end
  87.